home *** CD-ROM | disk | FTP | other *** search
- Path: prairienet.org!sjmccaug
- From: sjmccaug@prairienet.org (Scott J. McCaughrin)
- Newsgroups: comp.lang.c++
- Subject: Re: Automatic data segment ???
- Date: 20 Jan 1996 03:23:28 GMT
- Organization: University of Illinois at Urbana
- Message-ID: <4dpn7g$4h4@vixen.cso.uiuc.edu>
- References: <4dpibg$gij@oxy.rust.net> <NEWTNews.822036255.26727.danipear@dialup.netvision.net.il>
- Reply-To: sjmccaug@prairienet.org (Scott J. McCaughrin)
- NNTP-Posting-Host: firefly.prairienet.org
-
-
- In a previous article, ebennett@rust.net () says:
-
- >Dani Pear <danipear@netvision.net.il> wrote:
- >
- >
- >>Hi,
- >>In our windows application that is in C++, we can not
- >>link and create an EXE, and we receive the following
- >>message: "Automatic data segment exceeds 64K".
- >>What are the reasons for this error.
- >
- If this is the segment containing your local heap and you are requesting
- too much heap-space vis-a-vis your static data, you should check that out.
-
- -- S.M.
-
-